Package com.cisco.pt.ipc.sim.impl
Class NATv6TableImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.NATv6TableImpl
- All Implemented Interfaces:
IPCData,NATv6Table
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetEntries(List<NATv6Entry> entries) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
entries
-
-
Constructor Details
-
NATv6TableImpl
public NATv6TableImpl()
-
-
Method Details
-
getEntries
- Specified by:
getEntriesin interfaceNATv6Table- Returns:
- List<NATv6Entry> Returns a List<NATv6Entry>
-
setEntries
- Specified by:
setEntriesin interfaceNATv6Table- Parameters:
entries- Takes in a parameter of entries
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-